luci-mod-network: disambiguate DHCP IP set help text
authorPaul Dee <[email protected]>
Wed, 4 Jan 2023 16:36:27 +0000 (16:36 +0000)
committerJo-Philipp Wich <[email protected]>
Mon, 3 Apr 2023 11:45:03 +0000 (13:45 +0200)
Signed-off-by: Paul Dee <[email protected]>
(backported from commit 8414f916bab61b661062bf20c5e1a789893100b4)

modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js

index b539c3887a1d17cde919a683274ae5d23e8994f2..c62231fe20fa66d33091e7d35d73b5e3ada299a7 100644 (file)
@@ -303,7 +303,7 @@ return view.extend({
 
                o = s.taboption('general', form.DynamicList, 'ipset',
                        _('IP sets'),
-                       _('List of IP sets to populate with the specified domain IPs.'));
+                       _('List of IP sets to populate with the IPs of DNS lookup results of the FQDNs also specified here.'));
                o.optional = true;
                o.placeholder = '/example.org/ipset,ipset6';
 
@@ -725,7 +725,7 @@ return view.extend({
                });
 
                o = s.taboption('ipsets', form.SectionValue, '__ipsets__', form.GridSection, 'ipset', null,
-                       _('List of IP sets to populate with the specified domain IPs.'));
+                       _('List of IP sets to populate with the IPs of DNS lookup results of the FQDNs also specified here.'));
 
                ss = o.subsection;